diff --git a/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml b/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml index 6d1d59cba0149fdc873c18a3a60f2cf219816ab8..0c637110056414e9c0161b98852172226110d11d 100644 --- a/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml +++ b/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml @@ -2,14 +2,14 @@ <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd"> <npc id="50007" displayId="31324" name="Andromeda" usingServerSideName="true" title="L2J Wedding Manager" usingServerSideTitle="true" type="L2WeddingManager"> <collision> - <radius normal="23" /> - <height normal="8" /> + <radius normal="8" /> + <height normal="23" /> </collision> </npc> <npc id="70010" displayId="31606" name="Catrina" usingServerSideName="true" title="L2J TvT Event Manager" usingServerSideTitle="true" type="L2TvTEventNpc"> <collision> - <radius normal="15" /> - <height normal="8" /> + <radius normal="8" /> + <height normal="15" /> </collision> </npc> <npc id="900100" displayId="20432" level="1" name="Elpy" type="L2EventMonster"> @@ -54,8 +54,8 @@ </npc> <npc id="1000003" displayId="32226" name="Shiela" usingServerSideName="true" title="L2J NPC Buffer" usingServerSideTitle="true" type="L2NpcBuffer"> <collision> - <radius normal="22.25" /> - <height normal="11" /> + <radius normal="11" /> + <height normal="22.25" /> </collision> </npc> </list> \ No newline at end of file