wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
238 stars 63 forks source link

Fix warden check for trinitycore #166

Closed Yehonal closed 8 years ago

Yehonal commented 8 years ago

Using Win ( that is constant for every server application such as TC, Mangos, ArcEmu etc.. ) instead of Mac .

Makes TC warden to pass the check because of this check: https://github.com/TrinityCore/TrinityCore/blob/ce947814c6fa2c32c0908f1e7088ce971f74d365/src/server/game/Server/WorldSocket.cpp#L492

they are using OSX, so cannot recognize Mac

timkurvers commented 8 years ago

Thanks, let's roll with Win for now, until we have configuration support. 👍