#244 DB change + code needed to flag items in the DB to be body/small chest drops

Fermé
Créé il y a 3 ans par neatz09 · 2 commentaires
neatz09 a commenté il y a 3 ans
Il n'existe pas encore de contenu.
image a commenté il y a 3 ans
Collaborateur

Closing http://cutpon.com:3000/devn00b/EQ2EMu/issues/222 cause its the same thing..

Closing http://cutpon.com:3000/devn00b/EQ2EMu/issues/222 cause its the same thing..
image a commenté il y a 3 ans
Collaborateur

alter table items add column body_drop tinyint(3) not null default '0';

Default goes to chest if it’s uncommon or higher tier, this flag will override to body

```alter table items add column body_drop tinyint(3) not null default '0';``` Default goes to chest if it’s uncommon or higher tier, this flag will override to body
image a référencé ce problème à partir d'un commit il y a 3 ans
Connectez-vous pour rejoindre cette conversation.
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.