Skip to content

Commit

Permalink
Fixed errors. Added client exe files (x32/x64)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkulya committed Jun 7, 2018
1 parent 41b5029 commit c1090d0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
Binary file added client/MoPCore547x32.rar
Binary file not shown.
Binary file renamed client/MoPCore547.rar → client/MoPCore547x64.rar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/server/scripts/EasternKingdoms/Gilneas/gilneas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ class npc_worgen_attacker_right : public CreatureScript
{
worgenId = data;
me->GetMotionMaster()->MovePoint(0, WorgenPosRight[worgenId].runPos);
events.ScheduleEvent(EVENT_JUMP, 20000);
events.ScheduleEvent(EVENT_JUMP, 20 * IN_MILLISECONDS);
}
}

Expand Down
13 changes: 5 additions & 8 deletions src/server/scripts/EasternKingdoms/Gilneas/gilneas.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ enum GilneasSpells

SPELL_GHOUL_TAUNT = 43263,

SPELL_ENRAGE = 8599,

SPELL_GUARD_SHOOT_DEFAULT = 20463,
SPELL_GUARD_SHOOT_DEADLY = 67595,

Expand Down Expand Up @@ -164,15 +162,14 @@ enum GilneasEvents

EVENT_TALK = 11,

EVENT_FINISH_RUN = 12,
EVENT_RUN_AWAY = 13,
EVENT_RUN_AWAY = 12,

EVENT_START_RUN = 14,
EVENT_FINISH_RUN = 15,
EVENT_START_RUN = 13,
EVENT_FINISH_RUN = 14,

EVENT_CAST_FROSTBOLT = 16,
EVENT_CAST_FROSTBOLT = 15,

EVENT_UPDATE_PSC = 17,
EVENT_UPDATE_PSC = 16,
};

enum GilneasTypes
Expand Down
1 change: 1 addition & 0 deletions src/server/scripts/EasternKingdoms/ZulAman/zulaman.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ enum Data
DATA_TEMPEST = 7,
DATA_VENDOR_1 = 8,
DATA_VENDOR_2 = 9,
DATA_ZULJINEVENT = 10,
};

enum CreaturesIds
Expand Down

0 comments on commit c1090d0

Please sign in to comment.