mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
kill some spaces
This commit is contained in:
@@ -269,9 +269,6 @@ Position const worgenRuntJumpPos[] =
|
||||
{ -1674.15f, 1448.9f, 52.2871f },
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
/*######
|
||||
## Quest 14293 - Save Krennan Aranas
|
||||
######*/
|
||||
@@ -306,5 +303,4 @@ G3D::Vector3 const greymanesHorsePath2[] =
|
||||
{ -1770.955f, 1430.332f, 19.83506f }
|
||||
};
|
||||
|
||||
|
||||
#endif // GILNEAS_M_
|
||||
|
||||
@@ -4674,13 +4674,12 @@ class spell_gen_gilneas_prison_periodic_dummy : public SpellScriptLoader
|
||||
}
|
||||
};
|
||||
|
||||
enum Sacrifices
|
||||
enum ThrowTorch
|
||||
{
|
||||
CREDIT_ROUND_UP_WORGEN = 35582,
|
||||
SPELL_THROW_TORCH = 67063
|
||||
};
|
||||
|
||||
|
||||
class spell_gen_throw_torch : public SpellScriptLoader
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user