管理员
- 积分
- 7635
- 金钱
- 2228
- 贡献
- 4842
- 注册时间
- 2023-11-3

|
楼主 |
发表于 2023-12-23 15:57:36
|
显示全部楼层
hu7vo6 发表于 2023-12-22 23:578 @- v7 ]. }$ k
Any help "You don't have enough playtime dekaron" when after create character and enter to game ? 2 r l f/ J3 ]0 ?9 [+ r2 J
The query analyzer must be executed in billing
4 V x# C. {. n( a# R& o4 qSQL
" b2 n+ J5 c$ d% o* K- CREATE TRIGGER [free] ON [dbo].[user_account]! L$ S4 w/ h' f* h) `1 O9 w9 C
- after Insert
# [; v) T( m# B9 W4 F - as' k& h8 V: \2 j
- Update [user_account] set& l! B D3 k, I2 T$ T2 Q
- [user_account].remain_time =999999,remain_freetime =999999,expire_freetime =2999-1-9% C4 f7 B3 a) P `1 n% {
- From Inserted# U( h& R3 }& G( r6 Y8 O
- Where [user_account].user_id=inserted.user_id4 {: g7 r! P3 Q& Y
- and [user_account].group_id=inserted.group_id& F: `9 _. t$ b$ l9 |$ z S
- update user_account set remain_time =999999,remain_freetime=999999,expire_freetime=2999-1-9
: i+ d7 D# j- r f6 j - where expire_freetime =2006-1-9
复制代码 ; V6 c w+ h- V0 ]/ T) H V
1 \; k) J, Y3 ~: w' |6 d
|
|