opentibiabr / myaac

A free and open-source Automatic Account Creator (AAC) written in PHP
GNU General Public License v3.0
14 stars 46 forks source link

Fix alternative Char Bazaar #94

Closed odisk777 closed 6 months ago

odisk777 commented 6 months ago

Description

this is an alternative solution in Char Bazaar it happens that when you are doing the creation it gives you an error of not creating it. and it consumes the coins here is an alternative solution so that it can work normally

tested in nginx 1.21.4 with php 7.4 - ubuntu 22.04

SQL Query

ALTER TABLE myaac_charbazaar 
  MODIFY COLUMN bid_account INT(11) NULL,
  MODIFY COLUMN bid_price INT(11) NULL,
  MODIFY COLUMN status INT(11) NULL;

Behaviour

Actual

Do this and that doesn't happen

Expected

Do this and that happens

Fixes #issuenumber

Type of change

Please delete options that are not relevant.

How Has This Been Tested

Test Configuration:

Checklist

elsongabriel commented 6 months ago

This PR was closed because this code doesn't make sense of this feature. The problems still occurs.