Skip to content

Commit 1456d69

Browse files
committed
cleanup
1 parent e711eb9 commit 1456d69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LuaEngine.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,6 @@ int Eluna::Register(std::underlying_type_t<Hooks::RegisterTypes> regtype, uint32
821821
luaL_error(L, "Couldn't find a item with (ID: %d)!", entry);
822822
return 0; // Stack: (empty)
823823
}
824-
825824
return RegisterEntryBinding<Hooks::ItemEvents>(this, regtype, entry, event_id, functionRef, shots);
826825
}
827826
break;
@@ -835,7 +834,6 @@ int Eluna::Register(std::underlying_type_t<Hooks::RegisterTypes> regtype, uint32
835834
luaL_error(L, "Couldn't find a item with (ID: %d)!", entry);
836835
return 0; // Stack: (empty)
837836
}
838-
839837
return RegisterEntryBinding<Hooks::GossipEvents>(this, regtype, entry, event_id, functionRef, shots);
840838
}
841839
break;

0 commit comments

Comments
 (0)