11/14/2025 12:30:59 AM
Create an account to submit scores and save your stats
PlayItOnTheWeb Community Forum

Discussion Forums

Forums | Active Topics | Active Polls | Search
 All Forums
 General Forums
 Site Discussion
 Attention

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

Smilies
Angry [:(!] Approve [^] Big Smile [:D] Black Eye [B)]
Blush [:I] Clown [:o)] Cool [8D] Dead [xx(]
Disapprove [V] Eight Ball [8] Evil [}:)] Kisses [:X]
Question [?] Sad [:(] Shock [:O] Shy [8)]
Sleepy [|)] Smile [:)] Tongue [:P] Wink [;)]

   -  HTML is OFF | Forum Code is ON
 
   

T O P I C    R E V I E W
haplo Posted - 05/13/2013 : 13:37:17
Who just tried to buy a dark steel great sword? It should show up in your gold ledger. Let me know who it was and I'll reimburse. Saw it happen, fixed the bug, that's almost definitely what was wrong with large donations also. So hopefully will be able to fix that very soon also.
1   L A T E S T    R E P L I E S    (Newest First)
haplo Posted - 05/13/2013 : 14:06:24
Yeah, that was it. Re-enabled donations at the gold shop.

One of the data columns used in the donation was of type smallint, so any amounts donated over 32,767 would bug out.

I just changed it and skipped over int completely going straight to bigint. So now, there will be no problems unless someone tries to donate more than 9,223,372,036,854,775,807 gold in one transaction.