Eve-of-Darkness / db-public

Vanilla database for Dawn of Light
19 stars 19 forks source link

Fix druid pets #194

Closed tegstewart closed 5 years ago

tegstewart commented 5 years ago

The top tier druid nature pet summon spells were taken from one DB, and the npctemplates were taken from another. As a result, two of the spells summoned a random pet, a third didn't work, and the last summoned Zhulrathuul. :-)

Queries used: UPDATE spell SET lifedrainreturn=145, LastTimeRowUpdated="2019-07-02" WHERE spellid=5257; UPDATE npctemplate SET templateid=145, LastTimeRowUpdated="2019-07-02" WHERE NpcTemplate_ID="f6e5ecd7-b875-4fc1-965c-b54aeb353473"; UPDATE spell SET lifedrainreturn=146, LastTimeRowUpdated="2019-07-02" WHERE spellid=5258; UPDATE npctemplate SET templateid=146, LastTimeRowUpdated="2019-07-02" WHERE NpcTemplate_ID="f6e5ecd7-b875-4fc1-965c-b54aeb353475"; UPDATE spell SET lifedrainreturn=147, LastTimeRowUpdated="2019-07-02" WHERE spellid=5259; UPDATE npctemplate SET templateid=147, LastTimeRowUpdated="2019-07-02" WHERE NpcTemplate_ID="f6e5ecd7-b875-4fc1-965c-b54aeb353476";