- Joined
- Mar 5, 2017
- Messages
- 4,115
I don't recall this being in the game prior to the Spring patch but I'm not sure. Anyway I'm trying to add an ability to the Maryannu Chariot Archer. My SQL is:
INSERT INTO Types (Type, Kind) VALUES ('ABILITY_MARYANNU', 'KIND_ABILITY') ;
But in SQLite it returns an error 'Error while executing SQL query on database 'DebugGameplay': no such function: Make_Hash'
How do I create or identify the right Hash to use?
INSERT INTO Types (Type, Kind) VALUES ('ABILITY_MARYANNU', 'KIND_ABILITY') ;
But in SQLite it returns an error 'Error while executing SQL query on database 'DebugGameplay': no such function: Make_Hash'
How do I create or identify the right Hash to use?