mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-21 14:58:09 +00:00
Script for aborting a wbl zone transfer (#766)
This commit is contained in:
10
dScripts/WblGenericZone.h
Normal file
10
dScripts/WblGenericZone.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
class WblGenericZone : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnFireEventServerSide(Entity* self, Entity* sender, std::string args, int32_t param1, int32_t param2, int32_t param3) override;
|
||||
private:
|
||||
const LWOMAPID m_WblMainZone = 1600;
|
||||
const std::string m_WblAbortMsg = "AbortWBLZone";
|
||||
};
|
Reference in New Issue
Block a user