<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,6 +21,9 @@ similar to this one:
  community with a great server. We have not gained too much help from them,
  but we have recieved some.
 
+ Thanks to WCell team (especially Ralek) for reseach on realm reconnect sequence,
+ item scaling stats algorithm, gameobject rotation issues.
+
 The easiest policy with this file is to thank everyone who contributes to the
 project, without judging the value of the contribution.
 </diff>
      <filename>THANKS</filename>
    </modified>
    <modified>
      <diff>@@ -124,11 +124,18 @@ bool GameObject::Create(uint32 guidlow, uint32 name_id, Map *map, float x, float
     SetFloatValue(GAMEOBJECT_FACING, ang);                  //this is not facing angle
 
     int64 rotation = 0;
-    float f_rot = sin(ang / 2.0f);
-    int64 i_rot = f_rot / atan(pow(2.0f, -20.0f));
-    rotation |= (i_rot &lt;&lt; 43 &gt;&gt; 43) &amp; 0x00000000001FFFFF;
 
-    sLog.outDebug(&quot;go_create: ang: %f, rot: &quot; SI64FMTD, ang, rotation);
+    float f_rot1 = sin(ang / 2.0f);
+    int64 i_rot1 = f_rot1 / atan(pow(2.0f, -20.0f));
+    rotation |= (i_rot1 &lt;&lt; 43 &gt;&gt; 43) &amp; 0x00000000001FFFFF;
+
+    //float f_rot2 = sin(0.0f / 2.0f);
+    //int64 i_rot2 = f_rot2 / atan(pow(2.0f, -20.0f));
+    //rotation |= (((i_rot2 &lt;&lt; 22) &gt;&gt; 32) &gt;&gt; 11) &amp; 0x000003FFFFE00000;
+
+    //float f_rot3 = sin(0.0f / 2.0f);
+    //int64 i_rot3 = f_rot3 / atan(pow(2.0f, -21.0f));
+    //rotation |= (i_rot3 &gt;&gt; 42) &amp; 0x7FFFFC0000000000;
 
     SetUInt64Value(GAMEOBJECT_ROTATION, rotation);
 </diff>
      <filename>src/game/GameObject.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ea5bd623581fcf79e3ab90354bb1112828a9de44</id>
    </parent>
  </parents>
  <author>
    <name>tomrus88</name>
    <email>tomrus88@gmail.com</email>
  </author>
  <url>http://github.com/mangos/mangos/commit/1519ec0b755296b555ae096bc780329233e242b4</url>
  <id>1519ec0b755296b555ae096bc780329233e242b4</id>
  <committed-date>2008-10-31T13:37:32-07:00</committed-date>
  <authored-date>2008-10-31T13:37:32-07:00</authored-date>
  <message>Updated THANKS file</message>
  <tree>63a393fa63b399a906495ef965ba221e0767c8ef</tree>
  <committer>
    <name>tomrus88</name>
    <email>tomrus88@gmail.com</email>
  </committer>
</commit>
