Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2016_07_17_Minions-world-creature_template_outfits.sql #71

Open
Talmeron opened this issue May 3, 2017 · 4 comments
Open

2016_07_17_Minions-world-creature_template_outfits.sql #71

Talmeron opened this issue May 3, 2017 · 4 comments

Comments

@Talmeron
Copy link

Talmeron commented May 3, 2017

2016_07_17_Minions-world-creature_template_outfits.sql Line 66, Usual error saying Syntax bad.

Current behaviour: Dies

Expected behaviour: Doesn't die ;)

Steps to reproduce the problem:

  1. Auto load SQL updates from fresh DB April 2016
    .

Branch(es): 335

TC hash/commit: Lastest as of Yesterday.

Operating system: Ubuntu

@conan513
Copy link
Owner

conan513 commented May 3, 2017

hmm strange but it's working for me with mariaDB 10.1.22

@Tedris
Copy link

Tedris commented May 4, 2017

MySQL has an issue with IF NOT EXISTS, you need to comment out at least that line or use MariaDB instead.

@Tedris
Copy link

Tedris commented May 4, 2017

Specifically the issue is in adding the primary key if not exists, that throws an error in MySQL but not in MariaDB.

@t880216t
Copy link

t880216t commented May 12, 2017

I delete this sql ,it can be done .
ALTER TABLE creature_template_outfits ADD PRIMARY KEY IF NOT EXISTS (entry);

conan513 pushed a commit that referenced this issue Aug 19, 2018
conan513 pushed a commit that referenced this issue Feb 2, 2019
…he email was sent with an empty body and the subject was to long to be displayed in the player email. Now the Email is sent with the subject 'Item could not be loaded to inventory.' and the body as the subject message before. (#71)
conan513 pushed a commit that referenced this issue Feb 2, 2019
…he email was sent with an empty body and the subject was to long to be displayed in the player email. Now the Email is sent with the subject 'Item could not be loaded to inventory.' and the body as the subject message before. (#71)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants