EX: GM Buff code: 0xCE010000010000000DE43600CD653100
Is there an easy command to run in SQL and get this code?![]()
EX: GM Buff code: 0xCE010000010000000DE43600CD653100
Is there an easy command to run in SQL and get this code?![]()
SERVER01> cabal_saved_buff_table
or run this query
USE [SERVER01]
select GMBuff from dbo.cabal_saved_buff_table
where CharacterIdx = xxxx