mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 17:54:01 +00:00
Fix shark stinky fish death animation (#1004)
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
#include "CppScripts.h"
|
||||
|
||||
class StinkyFishTarget : public CppScripts::Script {
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnSkillEventFired(Entity* self, Entity* caster, const std::string& message) override;
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
private:
|
||||
const LOT SHARK_LOT = 8570;
|
||||
};
|
||||
|
Reference in New Issue
Block a user