mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Implemented SE_AlterNPCLevel
This commit is contained in:
+2
-1
@@ -254,7 +254,7 @@ typedef enum {
|
||||
#define SE_Translocate 104 // implemented
|
||||
#define SE_AntiGate 105 // implemented - Translocational Anchor
|
||||
#define SE_SummonBSTPet 106 // implemented
|
||||
//#define SE_AlterNPCLevel 107 // not used
|
||||
#define SE_AlterNPCLevel 107 // implemented - not used on live
|
||||
#define SE_Familiar 108 // implemented
|
||||
#define SE_SummonItemIntoBag 109 // implemented - summons stuff into container
|
||||
//#define SE_IncreaseArchery 110 // not used
|
||||
@@ -606,6 +606,7 @@ typedef enum {
|
||||
//#define SE_AddHateOverTimePct 456 // not used
|
||||
//#define SE_ResourceTap 457 // not used
|
||||
//#define SE_FactionModPct 458 // not used
|
||||
//#define SE_DamageModifier2 459 // *not implemented - Modifies melee damage by skill type
|
||||
|
||||
// LAST
|
||||
|
||||
|
||||
Reference in New Issue
Block a user