AshamaneProject / AshamaneCore

AshamaneCore Open Source MMO Framework (master = 9.0.2.36949, bfa = 8.3.7.35284, legion = 7.3.5.26972)
GNU General Public License v2.0
321 stars 358 forks source link

Allied Race Hunters - Starting Pets #199

Open fluxurion opened 4 years ago

fluxurion commented 4 years ago

Description:

It's an sql query which adds 4 rows to the playercreateinfo_cast_spell table.

Current behaviour:

All 4 allied race hunters starts without the basic pets.

Expected behaviour:

When any allied race will start a hunter now they get their first pet.

Project(s): <-- Mandatory

TC rev. hash/commit:

TrinityCore rev. 2e92d5097eac 2020-03-22 21:43:18 +0300 (legion branch) (Unix, RelWithDebInfo, Static) (worldserver-daemon)

Database version

ACLDB 735.01

Operating system: Debian 10

INSERT INTO playercreateinfo_cast_spell (raceMask, classMask, spell, note) VALUES (134217728, 4, 259084, 'Highmountain Tauren - Hunter - Great Eagle');

INSERT INTO playercreateinfo_cast_spell (raceMask, classMask, spell, note) VALUES (536870912, 4, 259085, 'Lightforged Draenei - Hunter - Lightforged Talbuk');

INSERT INTO playercreateinfo_cast_spell (raceMask, classMask, spell, note) VALUES (268435456, 4, 259086, 'Void Elf - Hunter - Shadowstalker');

INSERT INTO playercreateinfo_cast_spell (raceMask, classMask, spell, note) VALUES (67108864, 4, 259087, 'Nightborne - Hunter - Blue Mana Saber');