We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to create a Shadowlands or Dragonflight item in the Store, I have this error message:
==> Severity: Warning --> Trying to access array offset on value of type bool E:\Wamp64\www\mysite\application\emulators\trinity_rbac_sl_soap.php 476
Here is Favorit's interim solution which I thank because now I will be able to add 9.2 and 10 objects. Here is the request:
INSERT INTO store_items (id, itemid, name, quality, vp_price, dp_price, realm, description, icon, group, query, query_database, query_need_character, command, command_need_character, require_character_offline, tooltip) VALUES (156, '166509', 'Abyss Phoenix', 5, 150, 25, 1, NULL, 'inv_misc_gift_03', 4, NULL, '', 0, '.send items {CHARACTER} "Heron Store" "You got some mount" 166509', 1, 0, 0);
And I was even able to send it into the game.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am unable to create a Shadowlands or Dragonflight item in the Store, I have this error message:
==> Severity: Warning --> Trying to access array offset on value of type bool E:\Wamp64\www\mysite\application\emulators\trinity_rbac_sl_soap.php 476
Here is Favorit's interim solution which I thank because now I will be able to add 9.2 and 10 objects. Here is the request:
INSERT INTO store_items (id, itemid, name, quality, vp_price, dp_price, realm, description, icon, group, query, query_database, query_need_character, command, command_need_character, require_character_offline, tooltip) VALUES (156, '166509', 'Abyss Phoenix', 5, 150, 25, 1, NULL, 'inv_misc_gift_03', 4, NULL, '', 0, '.send items {CHARACTER} "Heron Store" "You got some mount" 166509', 1, 0, 0);
And I was even able to send it into the game.
The text was updated successfully, but these errors were encountered: