Advertisement
Guest User

Religion DP

a guest
Apr 21st, 2011
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Index: sql/characters.sql
  2. ===================================================================
  3. --- sql/characters.sql (revision 76)
  4. +++ sql/characters.sql (working copy)
  5. @@ -55,6 +55,10 @@
  6. `clan_join_expiry_time` BIGINT UNSIGNED NOT NULL DEFAULT 0,
  7. `clan_create_expiry_time` BIGINT UNSIGNED NOT NULL DEFAULT 0,
  8. `death_penalty_level` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
  9. + `religion1` TINYINT UNSIGNED NOT NULL DEFAULT 0,
  10. + `religion2` TINYINT UNSIGNED NOT NULL DEFAULT 0,
  11. + `religion1leader` TINYINT UNSIGNED NOT NULL DEFAULT 0,
  12. + `religion2leader` TINYINT UNSIGNED NOT NULL DEFAULT 0,
  13. PRIMARY KEY (obj_Id),
  14. KEY `clanid` (`clanid`)
  15. );
  16. \ No newline at end of file
  17. Index: data/html/religion/65535.htm
  18. ===================================================================
  19. --- data/html/religion/65535.htm (revision 0)
  20. +++ data/html/religion/65535.htm (revision 0)
  21. @@ -0,0 +1,7 @@
  22. +<html><body>
  23. +<br>
  24. +<center>
  25. +<a action="bypass -h npc_%objectId%_setReligion1">Join religion 1</a><br>
  26. +<a action="bypass -h npc_%objectId%_setReligion2">Join religion 2</a><br>
  27. +</center>
  28. +</body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement