mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc
* define and use some more magic numbers * move id-based custom data from spell SetupScript to aowow_setup_custom_data table * hide on unused glyph while at it
This commit is contained in:
@@ -274,10 +274,10 @@ SqlGen::register(new class extends SetupScript
|
||||
{
|
||||
switch ($spawns[$entry]['type'])
|
||||
{
|
||||
case 5: // heroic dungeon
|
||||
case MAP_TYPE_DUNGEON_HC:
|
||||
$mMask |= SRC_FLAG_DUNGEON_DROP; break;
|
||||
case 7: // multi mode raid
|
||||
case 8: // heroic multi mode raid
|
||||
case MAP_TYPE_MMODE_RAID:
|
||||
case MAP_TYPE_MMODE_RAID_HC:
|
||||
$mMask |= SRC_FLAG_RAID_DROP; break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user