Exported constants for setdialogalign script command (#8458)

Follow-up eb308dcad2
This commit is contained in:
Atemo 2024-06-25 17:27:33 +02:00 committed by GitHub
parent 861833bcfa
commit 21359386be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11073,6 +11073,14 @@
export_constant(ELEMINFO_GAMEID);
export_constant(ELEMINFO_CLASS);
/* setdialogalign script command */
export_constant(DIALOG_ALIGN_LEFT);
export_constant(DIALOG_ALIGN_RIGHT);
export_constant(DIALOG_ALIGN_CENTER);
export_constant(DIALOG_ALIGN_TOP);
export_constant(DIALOG_ALIGN_MIDDLE);
export_constant(DIALOG_ALIGN_BOTTOM);
/* refine types */
export_constant(REFINE_TYPE_ARMOR);
export_constant(REFINE_TYPE_WEAPON);