mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
set correct script in class instance the eye,
remove line endings in g3dlite\g3d\ray.h --HG-- branch : trunk
This commit is contained in:
@@ -35,11 +35,11 @@ EndScriptData */
|
||||
3 - Void Reaver event
|
||||
*/
|
||||
|
||||
class instance_mechanar : public InstanceMapScript
|
||||
class instance_the_eye : public InstanceMapScript
|
||||
{
|
||||
public:
|
||||
instance_mechanar()
|
||||
: InstanceMapScript("instance_mechanar")
|
||||
instance_the_eye()
|
||||
: InstanceMapScript("instance_the_eye")
|
||||
{
|
||||
}
|
||||
|
||||
@@ -201,6 +201,6 @@ class instance_mechanar : public InstanceMapScript
|
||||
};
|
||||
void AddSC_instance_the_eye()
|
||||
{
|
||||
new instance_mechanar;
|
||||
new instance_the_eye;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user