forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Gameobject_template_m
Schmoozerd edited this page Apr 14, 2013
·
1 revision
At least these fields from MoDB: RewRepFaction1 RewRepFaction2 RewRepFaction3 RewRepFaction4 RewRepValue1 RewRepValue2 RewRepValue3 RewRepValue4 RewXpOrMoney
Plus Modb has 7 quest templates that SDB doesn’t (hey don’t want anything to go to waste :) )
mysql> select count(entry) from quest_template where entry not in (select mangos.quest_template.entry from mangos.quest_template);
+--------------+
| count(entry) |
+--------------+
| 7 |
+--------------+
1 row in set (0.19 sec)