From 00f02e1603ecfd3c932cc948317219ed30ed4768 Mon Sep 17 00:00:00 2001 From: Nuno Date: Fri, 25 Feb 2022 18:51:40 +0100 Subject: [PATCH] Added --- ryzom/common/src/game_share/magic_fx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ryzom/common/src/game_share/magic_fx.h b/ryzom/common/src/game_share/magic_fx.h index 414a6586a..e134ada6c 100644 --- a/ryzom/common/src/game_share/magic_fx.h +++ b/ryzom/common/src/game_share/magic_fx.h @@ -137,6 +137,7 @@ namespace MAGICFX TeleportKami = 15, // No effect aura TeleportKara = 16, // No effect aura TeleportMarauder = 17, // No effect aura + LevelUp = 18, // No effect aura }; }