User:Coreydragon

From Hearthstone Wiki
Jump to navigation Jump to search

Basically just used for sandboxing

1-mana Paladin spells[edit | edit source]

Cargo Query Error: Error 3995: Character set 'utf8mb4_unicode_ci' cannot be used in conjunction with 'binary' in call to regexp_like. Function: CargoSQLQuery::run Query: SELECT `cargo__Cards`.`targetpage` AS `targetpage`,`cargo__Cards`.`name` AS `name`,`cargo__Cards`.`subtype` AS `subtype`,`cargo__Cards`.`raritySortOrder` AS `rarity_index`,`cargo__Cards`.`rarity` AS `rarity`,`class__full` AS `class`,`cargo__Cards`.`is_multiclass` AS `is_multiclass`,`cargo__Cards`.`multiclass` AS `multiclass`,`cargo__Cards`.`cost` AS `cost`,`cargo__Cards`.`description` AS `description`,`cargo__Cards`.`flavor` AS `flavor` FROM `cargo__Cards` LEFT OUTER JOIN `cargo___pageData` ON ((`cargo__Cards`.`_pageId`=`cargo___pageData`.`_pageId`)) WHERE (`cargo___pageData`.`_categories__full` RLIKE CONCAT("(^|\\|)","C","a","r","d","_","d","a","t","a","(\\||$)")) AND (`cargo__Cards`.`type`=CONCAT("S","p","e","l","l")) AND (`cargo__Cards`.`class__full` RLIKE CONCAT("(^|,)","P","a","l","a","d","i","n","(,|$)")) AND (`cargo__Cards`.`cost`="1") AND (`cargo__Cards`.`collectible`=1) GROUP BY `cargo__Cards`.`_pageName` ORDER BY `cargo__Cards`.`cost`,`cargo__Cards`.`name` LIMIT 1000 Cargo Query Error: Error 3995: Character set 'utf8mb4_unicode_ci' cannot be used in conjunction with 'binary' in call to regexp_like. Function: CargoSQLQuery::run Query: SELECT CONCAT(`cargo__Cards`.`targetpage`) AS `targetpage`,CONCAT(`cargo__Cards`.`name`) AS `name`,CONCAT(`cargo__Cards`.`image`) AS `image`,CONCAT(`cargo__Cards`.`gold_image`) AS `gold_image`,CONCAT("no") AS `gold` FROM `cargo__Cards` LEFT OUTER JOIN `cargo___pageData` ON ((`cargo__Cards`.`_pageId`=`cargo___pageData`.`_pageId`)) WHERE (`cargo___pageData`.`_categories__full` RLIKE CONCAT("(^|\\|)","C","a","r","d","_","d","a","t","a","(\\||$)")) AND (`cargo__Cards`.`type`=CONCAT("S","p","e","l","l")) AND (`cargo__Cards`.`class__full` RLIKE CONCAT("(^|,)","P","a","l","a","d","i","n","(,|$)")) AND (`cargo__Cards`.`cost`="1") AND (`cargo__Cards`.`collectible`=1) GROUP BY `cargo__Cards`.`_pageName` ORDER BY `cargo__Cards`.`cost`,`cargo__Cards`.`name` LIMIT 1000