mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
Create creature_template_resistance.sql
This commit is contained in:
22
Delve Spawn SQL/creature_template_resistance.sql
Normal file
22
Delve Spawn SQL/creature_template_resistance.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
INSERT INTO creature_template_resistance (CreatureID,School,Resistance,VerifiedBuild) VALUES
|
||||
(600600,6,100,12340),
|
||||
(600601,6,100,12340),
|
||||
(600602,6,100,12340),
|
||||
(600603,5,75,12340),
|
||||
(600603,6,100,12340),
|
||||
(600604,6,100,12340),
|
||||
(600605,6,100,12340),
|
||||
(600606,6,100,12340),
|
||||
(600607,6,100,12340),
|
||||
(600608,6,100,12340);
|
||||
INSERT INTO creature_template_resistance (CreatureID,School,Resistance,VerifiedBuild) VALUES
|
||||
(600609,6,100,12340),
|
||||
(600610,6,100,12340),
|
||||
(600615,2,15,0),
|
||||
(600615,3,15,0),
|
||||
(600615,4,15,0),
|
||||
(600615,5,15,0),
|
||||
(600615,6,15,0),
|
||||
(600671,6,248,12340),
|
||||
(600672,2,50,12340),
|
||||
(600672,5,50,12340);
|
||||
Reference in New Issue
Block a user