mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
Fix semicolon that made linux build unhappy
This commit is contained in:
parent
4f954ba328
commit
1db2c0a14e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#include <Service.h>
|
#include <Service.h>
|
||||||
|
|
||||||
#include "Actor/BNpc.h"
|
#include "Actor/BNpc.h"
|
||||||
#include "Inventory/Item.h";
|
#include "Inventory/Item.h"
|
||||||
|
|
||||||
// Quest Script: JobWhm001_01124
|
// Quest Script: JobWhm001_01124
|
||||||
// Quest Name: A Relic Reborn (Thyrus)
|
// Quest Name: A Relic Reborn (Thyrus)
|
||||||
|
|
Loading…
Add table
Reference in a new issue