File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,7 @@ namespace LuaBigInt
101101
102102 int ToString (Eluna* E, ObjectGuid*)
103103 {
104- #if defined ELUNA_TRINITY
105- E->Push (E->CHECKVAL <ObjectGuid>(1 ).ToString ());
106- #else
107104 E->Push (E->CHECKVAL <ObjectGuid>(1 ).GetString ());
108- #endif
109105 return 1 ;
110106 }
111107
Original file line number Diff line number Diff line change @@ -101,11 +101,7 @@ namespace LuaBigInt
101101
102102 int ToString (Eluna* E, ObjectGuid*)
103103 {
104- #if defined ELUNA_TRINITY
105- E->Push (E->CHECKVAL <ObjectGuid>(1 ).ToString ());
106- #else
107104 E->Push (E->CHECKVAL <ObjectGuid>(1 ).GetString ());
108- #endif
109105 return 1 ;
110106 }
111107
Original file line number Diff line number Diff line change @@ -101,11 +101,7 @@ namespace LuaBigInt
101101
102102 int ToString (Eluna* E, ObjectGuid*)
103103 {
104- #if defined ELUNA_TRINITY
105104 E->Push (E->CHECKVAL <ObjectGuid>(1 ).ToString ());
106- #else
107- E->Push (E->CHECKVAL <ObjectGuid>(1 ).GetString ());
108- #endif
109105 return 1 ;
110106 }
111107
Original file line number Diff line number Diff line change @@ -101,11 +101,7 @@ namespace LuaBigInt
101101
102102 int ToString (Eluna* E, ObjectGuid*)
103103 {
104- #if defined ELUNA_TRINITY
105- E->Push (E->CHECKVAL <ObjectGuid>(1 ).ToString ());
106- #else
107104 E->Push (E->CHECKVAL <ObjectGuid>(1 ).GetString ());
108- #endif
109105 return 1 ;
110106 }
111107
You can’t perform that action at this time.
0 commit comments