Quote:
Originally Posted by Guilades4
What is the command to commit? something ? i mean the SQL text.
|
the SQL commit command is "GO" (well ... a commit outside transaction, for what it may mean).
but your issue is more likely ps_game that load once at startup the items definitions - the whole PS_GameDefs base is never read after that, whatever you change in (for instance) items definitions will only used after ps_game restart (some cryptic commands allow dynamic update of some data, check /help command - still restart is often easier).