-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Custom] Remove
creature
.modelid
Usage
With this commit, creature.modelid can be effectively dropped Based on 7929ee6
- Loading branch information
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
-- Remove remaining cases where `creature`.`modelid` != 0 | ||
-- Obsolte column can be removed! (Implementing probability column seems questionable) | ||
UPDATE `creature` SET `modelid` = 0 WHERE `id` IN (16842,21419,22332,22418,19937,17432,17439,25195); | ||
|
||
/* | ||
Time: 02/02/2008 00:09:06.000 Number: 117822 | ||
Entry: 22332 | ||
[0] Name: Brood of Neltharaku | ||
[1] Name: | ||
[2] Name: | ||
[3] Name: | ||
Sub Name: | ||
Icon Name: | ||
Type Flags: None (0) | ||
Type: Dragonkin (2) | ||
Family: None (0) | ||
Rank: Elite (1) | ||
Unk Int: 0 | ||
Pet Spell Data Id: 0 | ||
[0] Display ID: 19980 | ||
[1] Display ID: 0 | ||
[2] Display ID: 0 | ||
[3] Display ID: 0 | ||
HealthMultriplier: 4 | ||
ManaMultiplier: 3 | ||
Racial Leader: False | ||
[1] (46) UNIT_FIELD_FLAGS: (33600) Unk6, NotAttackbleByPlayerControlled, OnlyAttackableByPlayerControlled, OnlySwim | ||
[1] (152) UNIT_FIELD_DISPLAYID: 19980 | ||
maybe invisible? | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters