Skip to content

Commit

Permalink
[3887] Fix worldstate check for Battleguard Sartura after update core…
Browse files Browse the repository at this point in the history
… z2792
  • Loading branch information
cala committed Apr 26, 2022
1 parent 9dae843 commit e361484
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Updates/3887_sartura_worldstate.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- Fix worldstate check for Battleguard Sartura after update core z2792
DELETE FROM worldstate_name WHERE Id=71101;
INSERT INTO worldstate_name(Id, Name) VALUES
(71101,'AQ40 - Battleguard Sartura - Alive');

DELETE FROM conditions WHERE condition_entry=6033 AND type=42;
INSERT INTO conditions(condition_entry,type,value1,value2,value3) VALUES
(6033, 42, 71101, 0, 1);

UPDATE spawn_group SET WorldState=6033 WHERE Id=5310014;

0 comments on commit e361484

Please sign in to comment.