Index: trunk/src/game/SpellAuras.cpp
===================================================================
--- trunk/src/game/SpellAuras.cpp (revision 102)
+++ trunk/src/game/SpellAuras.cpp (revision 104)
@@ -3771,5 +3771,5 @@
 
     // Bestial Wrath
-    if ( GetSpellProto()->SpellFamilyName == SPELLFAMILY_HUNTER && GetSpellProto()->SpellIconID == 1680)
+    if ( GetSpellProto()->SpellFamilyName == SPELLFAMILY_HUNTER && GetSpellProto()->Id == 19574)
     {
         // The Beast Within cast on owner if talent present
Index: trunk/sql/realmd.sql
===================================================================
--- trunk/sql/realmd.sql (revision 45)
+++ trunk/sql/realmd.sql (revision 104)
@@ -36,5 +36,5 @@
   `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
   `online` tinyint(4) NOT NULL default '0',
-  `tbc` tinyint(3) unsigned NOT NULL default '0',
+  `expansion` tinyint(3) unsigned NOT NULL default '0',
   `mutetime` bigint(40) unsigned NOT NULL default '0',
   `locale` tinyint(3) unsigned NOT NULL default '0',
