The Hash column in the Types table...is this new? How do I use it?

pokiehl

Moderator
Moderator
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?
 
Nevermind! I did some more searching on here and Isau posted that while SQLite returns an error, the game deals with it fine. Sorry.
 
Back
Top Bottom