Changes the "electronic" PDA ringtone name and sound (#28362)

* dunno about the naming still, but the sound is good

* SQL change

* im stupid

* AA007 review
This commit is contained in:
1080pCat
2025-03-01 05:27:04 +10:00
committed by GitHub
parent ab073f0cca
commit b47e8c4b55
3 changed files with 4 additions and 1 deletions
@@ -0,0 +1,3 @@
UPDATE characters
SET pda_ringtone = 'blup'
WHERE pda_ringtone = 'electronic';