Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Scripts: Fix 2nd typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Nov 19, 2023
1 parent 48fc18f commit 2dfcf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/Spells/spell_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "SpellAuraEffects.h"

// 106299 - Summon Living Air
const Position elementalPos = { 1224.9202f, 3727.2014f, 92.447205, 0.0f };
const Position elementalPos = { 1224.9202f, 3727.2014f, 92.447205f, 0.0f };
class spell_gen_summon_living_air : public SpellScriptLoader
{
public:
Expand Down

0 comments on commit 2dfcf1b

Please sign in to comment.