diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-01-07 08:28:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 08:28:21 +0100 |
commit | 37ffdc05b23f079af3e22d7042f6ffe240e69cd5 (patch) | |
tree | e75bec3e897b8147dc50ea4f91e549ba7e253698 | |
parent | 57b72b4f80ce5c4f0f0788e04351f47fa7872b63 (diff) |
Scripts/Misc: Fix build warnings
-rw-r--r-- | src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kiljaeden.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kiljaeden.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kiljaeden.cpp index e0117e7db88..20d11acebab 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kiljaeden.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kiljaeden.cpp @@ -185,9 +185,9 @@ enum KilJaedenTimers // Locations of the Hand of Deceiver adds Position DeceiverLocations[3]= { - {1682.949951, 637.75000, 28.0231, 5.717090f}, - {1684.699951, 614.41998, 28.0580, 0.698392f}, - {1707.609985, 612.15002, 28.0946, 1.990370f} + {1682.949951f, 637.75000f, 28.0231f, 5.717090f}, + {1684.699951f, 614.41998f, 28.0580f, 0.698392f}, + {1707.609985f, 612.15002f, 28.0946f, 1.990370f} }; // Locations, where Shield Orbs will spawn |